;	TDBSMSG.TXT - TDBSOM Error Message File
;       9/15/92 - V1.2
;
; Format:
; Col   0 = '0' or the line is IGNORED as commentary
; Col 1-4 = hhhh = fixed width HEX ecode value
; Col   5 = (blank)
; Col 6-n = Error message text (all chars > MAX_EMSG IGNORED)
;
;
;ID Record - Ecode = 00000 - Flags this as the Error Message File
;- MUST BE FIRST NONCOMMENT ENTRY -
00000 (ID record)
;
;
;E_UDOSE
00FA0 * (Unknown DOS Error) *
;E_DBFUN
00FA1 * Invalid Function Number *
;E_DNOPTH
00FA3 * Path Not Found *
;E_DBHAND
00FA6 * Invalid Handle *
;E_DXMCB
00FA7 * Memory Control Blocks Destroyed *
;E_DBMCB
00FA9 * Invalid Memory Block Address *
;E_DBENV
00FAA * Invalid Environment *
;E_DBFRMT
00FAB * Invalid Format *
;E_DBACC
00FAC * Invalid Access Code *
;E_DBDATE
00FAD * Invalid Data *
;E_DBDRV
00FAF * Invalid Drive Was Specified *
;E_DRCURD
00FB0 * Attempt To Remove Current Directory *
;E_DNSAME
00FB1 * Not Same Device *
;E_DNMFIL
00FB2 * No More Files *
;E_DFSHAR
00FB3 * File Sharing Error *
;E_DWTPRO
00FB4 * Diskette Is Write-Protected *
;E_DBUNIT
00FB5 * Unknown Unit *
;E_DNRDY
00FB6 * Drive Not Ready *
;E_DBCMD
00FB7 * Unknown Command *
;E_DBDCRC
00FB8 * Data Error (CRC) *
;E_DBREQS
00FB9 * Bad Request Structure Length *
;E_DSKERR
00FBA * Seek Error *
;E_DBMEDI
00FBB * Unknown Media Type *
;E_DNOSEC
00FBC * Sector Not Found *
;E_DNOPAP
00FBD * Printer Out of Paper *
;E_DWFULT
00FBE * Write Fault *
;E_DRFULT
00FBF * Read Fault *
;E_DGFAIL
00FC0 * General Failure *
;E_EOF
003E9 End-of-file hit
;E_LEOF
003EB (Normal prog end)
;E_UNKV
00010 *** Unrecognized command verb
;E_BADV
0000A Syntax error
;E_UNKF
0001F Invalid function name
;E_BADOPR
0006B Invalid operator
;E_GLOSFL
00407 Local glossary too large
;E_GGLFL
00408 Global glossary too large
;E_INS2B
0040D Instruction too big
;E_BTPG
0041B Invalid TPG header
;E_BTPGV
0041C Invalid TPG file version
;E_BIFMT
0041D Invalid instruction format
;E_PSOF
0041E PSTACK overflow
;E_PSUF
0041F PSTACK underflow
;E_BARLA
00420 Bad arglist adr
;E_BARGP
00421 Invalid argp
;E_EOGL
00422 End of glossary
;E_BGL
00423 Invalid glossary
;E_NOTIR
00424 Not an IR
;E_IRDEF
00425 IR currently defined
;E_BETYP
00426 Invalid element type
;E_WTYP
00427 Wrong element type
;E_IRUAL
00428 IR unallocated
;E_IRUDEF
00429 IR undefined
;E_GGLIO
0042A I/O error, reading Global glossary
;E_IROF
0042B IRPOOL overflow
;E_MVDEF
0042C Variable already defined
;E_MVUAL
0042D VNAM MEMVAR entry unallocated
;E_MVUDEF
0000C Variable not found
;E_MVOF
0042F MEMVAR overflow
;E_UBALS
00430 Unbalanced expression stack
;E_FUNNF
00431 Function not found
;E_WITYP
00432 Wrong input type for this expression
;E_WFVTYP
00433 Wrong type value returned by function
;E_FUIMP
00434 Unimplemented function
;E_VUIMP
00435 Unimplemented verb
;E_UIOPR
00437 Unimplemented operator
;E_FPUF
00438 Floating point underflow
;E_FPOV
00027 Numeric overflow (data was lost)
;E_DIV0
0043A Divide by zero error
;E_UNKYW
0043B Unknown keyword
;E_KYEXP
0043C Keyword expected
;E_INRNG
0043D Input out of range
;E_CHRNG
00039 CHR(): Out of range
;E_SPRNG
0003B SPACE(): Too large
;E_NSPC
0003C SPACE(): Negative
;E_STORNG
0003E SUBSTR(): Start point out of range
;E_STRNG
0003F STR(): Out of range
;E_RPRNG
00058 REPLICATE(): String too large
;E_STFRG
00066 STUFF(): String too large
;E_BADNUM
0043E Invalid numeric input
;E_NYET
007CE (Feature not yet implemented)
;E_BADSWR
007CF (TDBS internal problem)
;E_NANSI
0043F ANSI terminal required
;E_GPFUL
00069 GET table is full
;E_NPRET
00442 RETURN not inside a procedure
;E_NPROC
00443 Too many nested procedures
;E_C2BIG
0004D Concatenated string too large
;E_2MPV
00445 Too many PRIVATE variables
;E_BDATE
00446 Invalid date syntax
;E_S2BIG
00447 Macro Expansion: String too large
;E_NOPARM
0005D No PARAMETER statement found
;E_2MPRM
00449 Too many DO WITH parameters
;E_MWITH
0044A Missing WITH on calling DO
;E_WNPRM
0005E Wrong number of parameters
;E_BDEST
0044C Invalid destination argument
;E_NPNAM
0044E Procedure not found
;E_PNMTFL
0044F Procedure Name Table Too Large
;E_PNMIO
00450 I/O error reading Procedure Name table
;E_NR4VAR
00452 No room to create variable
;E_UALIAS
0000D ALIAS not found
;E_BDBF
00456 Invalid .DBF file header
;E_WRKNOP
00457 Work area not opened
;E_NRMWAD
00458 No room for this WAD
;E_NRMWB
00459 No room for this WARBBUF
;E_NRMFIR
0045A No room left in FIRPOOL
;E_UFIELD
00030 Field not found
;E_BFID
0045C Invalid File Identifier Syntax
;E_RRNG
00005 Record is out of range
;E_REOF
00004 End of file encountered
;E_RBOF
00026 Beginning of file encountered
;E_BALI
00460 Invalid Alias Identifier Syntax
;E_WFTYP
00463 Wrong data type for this field
;E_2MYU
00464 Too many TDBS users
;E_BOPTSW
00465 Invalid OPT switch
;E_2MNYF
00466 Too many files
;E_WINDER
00467 Memory Window Error
;E_2MNYFS
00468 Too many sharers of same file
;E_FINU
0006C File in use by another
;E_RINU
0006D Record in use by another
;E_BMX
0046A Invalid MAILBOX format
;E_UNMX
0046B File already in use as non MAILBOX
;E_UMX
0046C File already in use as MAILBOX
;E_B4MX
0046D Invalid for MAILBOX files
;E_UABRT
0046E Program aborted by the user
;E_RNONER
0046F RETRY illegal outside ON ERROR routines
;E_ALOPN
00048 ALTERNATE file could not be opened
;E_LPTB
0007B Invalid Printer Port
;E_LPTNY
0007C Printer not yours to use
;E_LPTNR
0007D Printer not ready
;E_LPTOFF
0007E Printer either not connected or turned off
;E_FNF
00001 File does not exist
;E_FEXIST
00007 File already exists
;E_NODB
00034 No database is in USE.
;E_MVFI
00037 Memory Variable file is invalid
;E_MISARG
00440 Missing argument
;E_2MYI
0001C Too many indices
;E_2MYIL
0047E Too many index levels
;E_NIBUF
0047D No index buffers available
;E_IXDB
00013 Index file does not match data base
;E_CIEXP
00477 Complex index expressions not yet supported
;E_NNDX
0001A Database is not indexed
;E_FAOPN
00003 File is already open
;E_DTMIS
00009 Data type mismatch
;E_BNDXN
0006A Invalid index number
;E_INULF
00479 NULL Index file (error during NDX processing)
;E_INULR
0047A NULL Index record (error during NDX processing)
;E_IEOF
0047B Index file EOF hit (error during NDX processing)
;E_BKTYP
0047C Invalid index key type
;E_NOWAV
00470 No work area available
;E_FLL2BG
00471 FIELDS <list> too large
;E_BFLDN
00472 Invalid field name
;E_NSQR
0003D SQRT(): Negative
;E_NLOG
0003A LOG(): Zero or negative
;E_NFEXP
0004E ^ or **: Negative base, fractional exponent
;E_NOMATH
0049C EXP(), LOG(), SQRT(), and ** require 80x87 Coprocessor
;E_BSTR
00021 Structure invalid
;E_BRANGE
0004B Out of range
;E_BRECSZ
00089 Maximum record length exceeded
;E_NOLOC
0002A CONTINUE without LOCATE
;E_CYCSRL
0002C Cyclic Relation
;E_SRLFUL
00473 Too many relations
;E_BSRLKY
00474 Invalid SET RELATION expression
;E_MISFE
0049D Missing function expression
;E_MISOP
0049E Missing operator
;E_MISELE
0049F Missing element
;E_MISLPR
004A0 Missing (
;E_MISRPR
004A1 Missing )
;E_2MFUN
004A2 Too many functions
;E_2MFE
004A3 Too many function expressions
;E_UXFE
004A4 Unexpected function expression
;E_FNST
004A5 Functions nested too deep
;E_NULFE
004A6 Invalid function expression
;E_NRMEXP
004A7 Not enough room to parse runtime expression
;E_XTRCHR
004A8 Extra characters after expression end
;E_NULEXP
004A9 Null expression illegal here
;E_ELPOV
004AA Expression list pool overflow
;E_ELSOV
004AB Element stack overflow
;E_ELSUF
004AC Element stack underflow
;E_OSKOV
004AD Operator stack overflow
;E_OSKUF
004AE Operator stack underflow
;E_MISQUO
004AF Missing quote
;E_EOL
004B0 EOL - End-of-Line hit
;E_BVNAM
004B1 Invalid variable name
;E_BMACE
004B2 Invalid macro expression
;E_NOMEMO
00022 Operation with Memo field invalid
;E_2MME
004B3 Too many simultaneous memo edits
;E_MMEMUP
004B4 This memo was just updated by another
;E_NRMSF
004B5 No room for this SET FILTER/RELATION TO
;E_NRMFK
004B6 No room for this SET FUNCTION TO
;E_NODBT
00029 .DBT file cannot be opened
;E_BMEMO
004B7 Invalid DBT file format
;E_ONDIS
004BA ON DISCONNECT triggered
;E_ONDISI
004BB Too many instructions during ON DISCONNECT
;E_ONDISR
004BC Too many instruction reps during ON DISCONNECT
;E_BDISSV
004BD System Error while saving ON DISCONNECT environment
;E_NRDIS
004BE No room to save ON DISCONNECT environment
;E_NODISR
004BF No keyboard reads allowed from ON DISCONNECT
;E_BDISRS
004C0 System Error while restoring ON DISCONNECT environment
;E_2MOPN
00006 Too Many Files Are Open
;E_FNOACC
0001D File is not Accessible
;E_NOMEM
0002B Insufficient Memory
;E_IX2BG
00070 Index expression is too big (220 char maximum)
;E_RQEXCL
004C4 EXCLUSIVE access required here
;E_KY2BIG
00017 Index is too big (100 char maximum)
;E_SUBRNG
004C5 Subscript out of range
;E_UDFELE
004C6 Undefined array element
;E_NOTARY
004C7 Value is not an array
;E_BNELE
004C8 Invalid array size requested
;E_ARYND
004C9 Array not DECLARED
;E_PUBPRV
004CA Cannot declare PRIVATE variable PUBLIC
;E_FNSP
004CB Feature is not supported by installed TBBS release
;E_BDTBTY
004CC Invalid DOTBBS TYPE code
;E_DTBER
004CD DOTBBS request aborted by TBBS
;E_2MFIO
004CE Too many FOPENs
;E_BFIOH
004CF Invalid FIO handle
;E_BMODE
004D0 Invalid for current FOPEN mode
;E_BBUF
004D1 Invalid I/O buffer
;E_BRQD
004D2 Buffer size required for RAM files
;E_RESF
004D3 Illegal access of RESERVED FILE denied
;E_NHP
004D4 File accesses outside of HOMEPATH denied
;E_NDXE1
0047F Record is not in index
;E_NDXE2
00480 Record is not in index
;E_NDXE3
00481 Record is not in index
;E_NDXE4
00482 Record is not in index
;E_NDXE5
00483 Record is not in index
;E_NDXE6
00484 Record is not in index
;E_NDXE7
00485 Record is not in index
;E_NDXE8
00486 Record is not in index
;E_NDXE9
00487 Record is not in index
;E_NDXE10
00488 Record is not in index
;E_NDXE11
00489 Record is not in index
;E_NDXE12
0048A Record is not in index
;E_NDXE13
0048B Record is not in index
;E_NDXE14
0048C Record is not in index
;E_NDXE15
0048D Record is not in index
;E_NDXE16
0048E Record is not in index
;E_NDXE17
0048F Record is not in index
;E_NDXE18
00490 Record is not in index
;E_NDXE19
00491 Record is not in index
;E_NDXE20
00492 Record is not in index
;E_NDXE21
00493 Record is not in index
;E_NDXE22
00494 Record is not in index
;E_NDXE23
00495 Record is not in index
;E_NDXE24
00496 Record is not in index
;E_NDXE25
00497 Record is not in index
;E_NDXE26
00498 Record is not in index
;E_NDXE27
00499 Record is not in index
;E_NDXE28
0049A Record is not in index
;E_NDXE29
0049B Record is not in index
;E_MEME1
00515 Memo editor internal error
;E_MEME2
00516 Memo editor internal error
;E_MEME3
00517 Memo editor internal error
;E_MEME4
00518 Memo editor internal error
;E_MEME5
00519 Memo editor internal error
;E_MEME6
0051A Memo editor internal error
;E_MEME7
0051B Memo editor internal error
;E_MEME8
0051C Memo editor internal error
;E_MEME9
0051D Memo editor internal error
;E_MEME10
0051E Memo editor internal error
;E_MEME11
0051F Memo editor internal error
;E_MEME12
00520 Memo editor internal error
;E_MEME13
00521 Memo editor internal error
;E_MEME14
00522 Memo editor internal error
;E_MEME15
00523 Memo editor internal error
;E_MEME16
00524 Memo editor internal error
;E_MEME17
00525 Memo editor internal error
;E_MEME18
00526 Memo editor internal error
;E_MEME19
00527 Memo editor internal error
;E_MEME20
00528 Memo editor internal error
;E_MEME21
00529 Memo editor internal error
;E_MEME22
0052A Memo editor internal error
;E_MEME23
0052B Memo editor internal error
;E_MEME24
0052C Memo editor internal error
;E_MEME25
0052D Memo editor internal error
;E_MEME26
0052E Memo editor internal error
;E_MEME27
0052F Memo editor internal error
;E_MEME28
00530 Memo editor internal error
;E_MEME29
00531 Memo editor internal error
;E_ROERR
004D5 Cannot write to READONLY File
;E_BDTA
004D6 Invalid DTA format
;
;--- End of TDBSEMG.TXT ---

